button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        align: 0x24
        text: "HelpMenu.popup.buttons.about"
    }
}

button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "HelpMenu.popup.buttons.help"
        align: 0x24
    }
}

button{
}

text_field{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "HelpMenu.popup.help_text"
        align: 0x24
    }
}

control_reference {
    type: BUTTON
    id: 0    
}

control_reference {
    type: BUTTON
    id: 1
}

control_reference {
    type: BUTTON
    id: 2
}

control_reference {
    type: TEXT_FIELD
    id: 0
}

name2controlref {
    name: 'help_popup.buttons.about'
    ref_id: 0
}

name2controlref {
    name: 'help_popup.buttons.help'
    ref_id: 1
}

name2controlref {
    name: 'help_popup.buttons.back'
    ref_id: 2
}

name2controlref {
    name: 'help_popup.text'
    ref_id: 3
}
